From 00e173e5ac650d07755bc01094e7b0549642eca3 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 1 Mar 2017 16:35:42 -0800 Subject: [PATCH] tests/directory: Remove unnecessary dummy registry URL for crates.io Older versions of cargo required this; current versions do not. All of the tests still pass with it removed. --- tests/directory.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/directory.rs b/tests/directory.rs index 9d6dcf147..55f588ab2 100644 --- a/tests/directory.rs +++ b/tests/directory.rs @@ -20,7 +20,6 @@ fn setup() { t!(fs::create_dir(&root.join(".cargo"))); t!(t!(File::create(root.join(".cargo/config"))).write_all(br#" [source.crates-io] - registry = 'https://wut' replace-with = 'my-awesome-local-registry' [source.my-awesome-local-registry] -- 2.30.2